Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor fix #95

Merged
merged 1 commit into from
Nov 3, 2024
Merged

minor fix #95

merged 1 commit into from
Nov 3, 2024

Conversation

gdsc-nits
Copy link
Contributor

No description provided.

@gdsc-nits gdsc-nits merged commit 85556f8 into main Nov 3, 2024
1 of 2 checks passed
Copy link

github-actions bot commented Nov 3, 2024

Cloudflare Pages Build Status

Key Value
Branch Test
Commit bae3bb1
Status Updating...

Build in progress. This comment will be updated once the build is complete.

Copy link

github-actions bot commented Nov 3, 2024

Cloudflare Pages Build Logs

Key Value
Branch Test
Commit 54fbd52
Build Time 2024-11-03 15:13:32 UTC
Status success
Click to expand build logs
Fetching deployment logs for deployment: 9bc2e345-33a7-4905-9a4b-f11a3237956a
Deployment Log Summary:
========================
Total log entries: 305


[STEP] Cloning repository...
From https://github.com/gdsc-nits-org/tecnoesis-2024
* branch            54fbd52fa237b49e48093a240d8351205bb78ddb -> FETCH_HEAD

HEAD is now at 54fbd52 minor fix


Using v2 root directory strategy
[SUCCESS] Success: Finished cloning repository files

Checking for configuration in a wrangler.toml configuration file (BETA)

No wrangler.toml file found. Continuing.
Restoring from dependencies cache
Restoring from build output cache
Success: Build output restored from build cache.
Success: Dependencies restored from build cache.

[INFO] Detected the following tools from environment: [email protected], [email protected]
Preparing [email protected] for immediate activation...

[STEP] Installing project dependencies: pnpm install
Lockfile is up to date, resolution step is skipped
Progress: resolved 1, reused 0, downloaded 0, added 0
Packages: +603
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Progress: resolved 603, reused 460, downloaded 0, added 0
Progress: resolved 603, reused 603, downloaded 0, added 382
Progress: resolved 603, reused 603, downloaded 0, added 602
Progress: resolved 603, reused 603, downloaded 0, added 603, done

dependencies:
+ @next/third-parties 15.0.1
+ @radix-ui/react-slot 1.1.0
+ @react-three/drei 9.115.0
+ @react-three/fiber 8.17.10
+ @react-three/postprocessing 2.16.3
+ @studio-freight/react-lenis 0.0.47
+ @t3-oss/env-nextjs 0.10.1
+ @tanstack/react-query 4.36.1
+ @types/three 0.167.2
+ axios 1.7.7
+ class-variance-authority 0.7.0
+ clsx 2.1.1
+ cmdk 1.0.0
+ firebase 10.14.1
+ geist 1.3.1
+ gsap 3.12.5
+ lucide-react 0.436.0
+ next 14.2.16
+ react 18.3.1
+ react-cmdk 1.3.9
+ react-dom 18.3.1
+ react-fast-marquee 1.6.5
+ react-firebase-hooks 5.1.1
+ react-icons 5.3.0
+ react-social-icons 6.18.0
+ sonner 1.5.0
+ swiper 11.1.14
+ tailwind-merge 2.5.4
+ tailwindcss-animate 1.0.7
+ three 0.168.0
+ three-stdlib 2.33.0
+ usehooks-ts 3.1.0
+ zod 3.23.8

devDependencies:
+ @tanstack/eslint-plugin-query 5.59.7
+ @types/eslint 8.56.12
+ @types/node 20.17.2
+ @types/react 18.3.12
+ @types/react-dom 18.3.1
+ @typescript-eslint/eslint-plugin 8.12.1
+ @typescript-eslint/parser 8.12.1
+ eslint 8.57.1
+ eslint-config-next 14.2.16
+ postcss 8.4.47
+ prettier 3.3.3
+ prettier-plugin-tailwindcss 0.6.8
+ tailwind-scrollbar 3.1.0
+ tailwindcss 3.4.14
+ typescript 5.6.3

Done in 3.7s
Executing user command: npx @cloudflare/next-on-pages@1
⚡️ @cloudflare/next-on-pages CLI v.1.13.5
⚡️ Detected Package Manager: npm (9.6.7)
⚡️ Preparing project...

⚡️ The project is set up for pnpm but it is currently being run via npm this might lead to build errors, please be sure to use the same package manager your project uses when running @cloudflare/next-on-pages

⚡️ Project is ready
⚡️ Building project...
▲  npm WARN exec The following package was not found and will be installed: [email protected]
▲  Vercel CLI 37.14.0
▲  Detected `pnpm-lock.yaml` version 9 generated by [email protected]
▲  Installing dependencies...
▲  Lockfile is up to date, resolution step is skipped
▲  Already up to date
▲
▲  Done in 1s
▲  Detected Next.js version: 14.2.16
▲  Running "pnpm run build"
▲  > [email protected] build /opt/buildhome/repo
▲  > next build
▲  ▲ Next.js 14.2.16
▲
▲  Creating an optimized production build ...
▲
▲  �[1m�[33mwarn�[39m�[22m - The class `duration-[50ms]` is ambiguous and matches multiple utilities.
▲  �[1m�[33mwarn�[39m�[22m - If this is content and not a class, replace it with `duration-[50ms]` to silence this warning.
▲  ✓ Compiled successfully
▲  Linting and checking validity of types ...
▲  ./src/app/(main)/layout.tsx
▲  4:8  Warning: 'SmoothScroll' is defined but never used.  @typescript-eslint/no-unused-vars
▲
▲  ./src/app/(main)/loading.tsx
▲  11:9  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  ./src/app/(main)/teamRegistration/[id]/page.tsx
▲  151:10  Warning: 'formErrors' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲
▲  ./src/app/(main)/userSignUp/page.tsx
▲  9:1  Warning: All imports in the declaration are only used as types. Use `import type`.  @typescript-eslint/consistent-type-imports
▲  69:10  Warning: 'error' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲  70:10  Warning: 'formErrors' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲
▲  ./src/app/layout.tsx
▲  7:8  Warning: 'Head' is defined but never used.  @typescript-eslint/no-unused-vars
▲
▲  ./src/components/AboutPage.tsx
▲  199:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  206:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  213:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  219:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  225:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  231:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  237:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  304:15  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  311:15  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲  318:15  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  ./src/components/Dashboard/EventsInfo.tsx
▲  10:11  Warning: 'CompletedProps' is defined but never used.  @typescript-eslint/no-unused-vars
▲  157:6  Warning: React Hook useEffect has a missing dependency: 'token'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps
▲  222:6  Warning: React Hook useEffect has a missing dependency: 'token'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps
▲
▲  ./src/components/Download.tsx
▲  20:11  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  ./src/components/EventCard.tsx
▲  17:3  Warning: 'modulename' is defined but never used. Allowed unused args must match /^_/u.  @typescript-eslint/no-unused-vars
▲
▲  ./src/components/GoogleAuth.tsx
▲  10:17  Warning: 'AxiosError' is defined but never used.  @typescript-eslint/no-unused-vars
▲  21:27  Warning: '_error' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲  163:3  Warning: 'displayName' is defined but never used. Allowed unused args must match /^_/u.  @typescript-eslint/no-unused-vars
▲
▲  ./src/components/Landing.tsx
▲  122:13  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  ./src/components/LandingNav.tsx
▲  44:3  Warning: React Hook useEffect contains a call to 'setRam'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [] as a second argument to the useEffect Hook.  react-hooks/exhaustive-deps
▲
▲  ./src/components/Loader.tsx
▲  11:9  Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element
▲
▲  ./src/components/Navbar/DeskNav.tsx
▲  20:9  Warning: 'router' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲  21:19  Warning: 'setSection' is assigned a value but never used.  @typescript-eslint/no-unused-vars
▲  185:6  Warning: React Hook useEffect has a missing dependency: 'section'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps
▲
▲  ./src/components/Scene.tsx
▲  17:3  Warning: 'Noise' is defined but never used.  @typescript-eslint/no-unused-vars
▲  22:1  Warning: All imports in the declaration are only used as types. Use `import type`.  @typescript-eslint/consistent-type-imports
▲
▲  info  - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
▲  Collecting page data ...
▲  ⚠ Using edge runtime on a page currently disables static generation for that page
▲  Generating static pages (0/6) ...
▲  Generating static pages (1/6)
▲  Generating static pages (2/6)
▲  Generating static pages (4/6)
▲  ✓ Generating static pages (6/6)
▲  Finalizing page optimization ...
▲  Collecting build traces ...
▲
▲  Route (app)                              Size     First Load JS
▲  ┌ ƒ /                                    2.78 kB         131 kB
▲  ├ ƒ /_not-found                          139 B          87.4 kB
▲  ├ ƒ /allEvents/[id]                      1.64 kB         137 kB
▲  ├ ○ /credits                             292 B          94.3 kB
▲  ├ ƒ /dashboard                           4.47 kB         175 kB
▲  ├ ƒ /event/[id]                          2.27 kB         137 kB
▲  ├ ○ /gallery                             1.92 kB         139 kB
▲  ├ ○ /home                                6.16 kB         137 kB
▲  ├ ○ /modules                             1.41 kB         167 kB
▲  ├ ƒ /spark                               32.6 kB         134 kB
▲  ├ ƒ /team                                10.8 kB         114 kB
▲  ├ ƒ /teamRegistration/[id]               16.6 kB         187 kB
▲  └ ƒ /userSignUp                          2.83 kB         174 kB
▲  + First Load JS shared by all            87.2 kB
▲  ├ chunks/623-ad7e7cace638f7d8.js       31.6 kB
▲  ├ chunks/8bc8d761-9833bd5ee964deab.js  53.7 kB
▲  └ other shared chunks (total)          1.98 kB
▲  ○  (Static)   prerendered as static content
▲  ƒ  (Dynamic)  server-rendered on demand
▲  Traced Next.js server files in: 247.269ms
▲  Created all serverless functions in: 60.418ms
▲  Collected static files (public/, static/, .next/static): 19.521ms
▲  Build Completed in .vercel/output [32s]
⚡️ Completed `npx vercel build`.

⚡️ Build Summary (@cloudflare/next-on-pages v1.13.5)
⚡️
⚡️ Edge Function Routes (9)
⚡️   ┌ /
⚡️   ├ /_not-found
⚡️   ├ /allEvents/[id]
⚡️   ├ /dashboard
⚡️   ├ /event/[id]
⚡️   ├ /spark
⚡️   ├ /team
⚡️   ├ /teamRegistration/[id]
⚡️   └ /userSignUp
⚡️
⚡️ Prerendered Routes (8)
⚡️   ┌ /credits
⚡️   ├ /credits.rsc
⚡️   ├ /gallery
⚡️   ├ /gallery.rsc
⚡️   ├ /home
⚡️   ├ /home.rsc
⚡️   ├ /modules
⚡️   └ /modules.rsc
⚡️
⚡️ Other Static Assets (206)
⚡️   ┌ /_app.rsc.json
⚡️   ├ /_document.rsc.json
⚡️   ├ /_error.rsc.json
⚡️   ├ /500.html
⚡️   └ ... 202 more

⚡️ Build log saved to '.vercel/output/static/_worker.js/nop-build-log.json'
⚡️ Generated '.vercel/output/static/_worker.js/index.js'.
⚡️ Build completed in 3.27s
Finished
Found _worker.js in output directory. Uploading.
⛅️ wrangler 3.76.0
-------------------
Attaching additional modules:
┌─────────────────────────────────────────────────────────────────────┬──────┬─────────────┐
│ Name                                                                │ Type │ Size        │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/cache/adaptor.js                             │ esm  │ 2.29 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/cache/cache-api.js                           │ esm  │ 0.43 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/cache/kv.js                                  │ esm  │ 0.35 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/_not-found.func.js                 │ esm  │ 33.88 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/allEvents/[id].func.js             │ esm  │ 39.44 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/dashboard.func.js                  │ esm  │ 46.99 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/event/[id].func.js                 │ esm  │ 38.62 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/index.func.js                      │ esm  │ 40.57 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/spark.func.js                      │ esm  │ 142.56 KiB  │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/team.func.js                       │ esm  │ 90.92 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/teamRegistration/[id].func.js      │ esm  │ 80.75 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/functions/userSignUp.func.js                 │ esm  │ 42.66 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/manifest/88a389dd6c068190adb2efc795e4063c.js │ esm  │ 0.53 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/webpack/37535e2ca8f12d9a638b8cb020f55b9d.js  │ esm  │ 551.97 KiB  │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/webpack/5317.js                              │ esm  │ 1.08 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/webpack/902.js                               │ esm  │ 0.08 KiB    │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/webpack/b4f3ec5811e6034a76f726c64608c753.js  │ esm  │ 222.37 KiB  │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ __next-on-pages-dist__/webpack/d2f636ee12cd80d0b534d96a456311fe.js  │ esm  │ 72.51 KiB   │
├─────────────────────────────────────────────────────────────────────┼──────┼─────────────┤
│ Total (18 modules)                                                  │      │ 1407.99 KiB │
└─────────────────────────────────────────────────────────────────────┴──────┴─────────────┘
✨ Compiled Worker successfully
Found _routes.json in output directory. Uploading.
Validating asset output directory
Deploying your site to Cloudflare's global network...
Parsed 1 valid header rule.
Uploading... (202/215)
Uploading... (206/215)
Uploading... (210/215)
Uploading... (215/215)
✨ Success! Uploaded 13 files (202 already uploaded) (5.69 sec)

✨ Upload complete!
Uploading to build output cache
Success: Build output uploaded to build cache.
Success: Assets published!
Success: Your site was deployed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants